home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 48
/
Aminet 48 (2002)(GTI - Schatztruhe)[!][Apr 2002].iso
/
Aminet
/
text
/
edit
/
vim60rt.lha
/
Vim
/
vim60
/
tools
/
vimm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2000-01-17
|
184 b
|
7 lines
#!/bin/sh
# enable DEC locator input model on remote terminal
echo "\033[1;2'z\033[1;3'{\c"
vim "$@"
# disable DEC locator input model on remote terminal
echo "\033[2;4'{\033[0'z\c"